﻿2026-07-10T10:05:08.6958280Z ##[group]Run set -euo pipefail
2026-07-10T10:05:08.6958714Z [36;1mset -euo pipefail[0m
2026-07-10T10:05:08.6959101Z [36;1mPIN=0c95435[0m
2026-07-10T10:05:08.6959399Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-10T10:05:08.6959723Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-10T10:05:08.6960178Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-10T10:05:08.6960696Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-10T10:05:08.6961221Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-10T10:05:08.6961659Z [36;1m  rm -rf "$CACHE"[0m
2026-07-10T10:05:08.6961961Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-10T10:05:08.6962305Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-10T10:05:08.6962716Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-10T10:05:08.6963140Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-10T10:05:08.6963525Z [36;1mfi[0m
2026-07-10T10:05:08.6963883Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T10:05:08.6978491Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-10T10:05:08.6978885Z env:
2026-07-10T10:05:08.6979482Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-10T10:05:08.6979791Z ##[endgroup]
2026-07-10T10:05:09.0195907Z    Compiling proc-macro2 v1.0.106
2026-07-10T10:05:09.0196688Z    Compiling quote v1.0.45
2026-07-10T10:05:09.0197188Z    Compiling unicode-ident v1.0.24
2026-07-10T10:05:09.0197736Z    Compiling libc v0.2.186
2026-07-10T10:05:09.0198200Z    Compiling serde_core v1.0.228
2026-07-10T10:05:09.0198669Z    Compiling cfg-if v1.0.4
2026-07-10T10:05:09.0199307Z    Compiling serde v1.0.228
2026-07-10T10:05:09.0223501Z    Compiling log v0.4.32
2026-07-10T10:05:09.0281431Z    Compiling pin-project-lite v0.2.17
2026-07-10T10:05:09.0357686Z    Compiling portable-atomic v1.13.1
2026-07-10T10:05:09.0359541Z    Compiling typenum v1.20.1
2026-07-10T10:05:09.0360730Z    Compiling version_check v0.9.5
2026-07-10T10:05:09.0361466Z    Compiling memchr v2.8.1
2026-07-10T10:05:09.0408887Z    Compiling find-msvc-tools v0.1.9
2026-07-10T10:05:09.0460649Z    Compiling shlex v2.0.1
2026-07-10T10:05:09.0932854Z    Compiling critical-section v1.2.0
2026-07-10T10:05:09.1110439Z    Compiling futures-core v0.3.32
2026-07-10T10:05:09.1211921Z    Compiling bytes v1.11.1
2026-07-10T10:05:09.2182283Z    Compiling subtle v2.6.1
2026-07-10T10:05:09.2664437Z    Compiling equivalent v1.0.2
2026-07-10T10:05:09.3601638Z    Compiling smallvec v1.15.1
2026-07-10T10:05:09.3800838Z    Compiling itoa v1.0.18
2026-07-10T10:05:09.3940607Z    Compiling semver v1.0.28
2026-07-10T10:05:09.4231017Z    Compiling stable_deref_trait v1.2.1
2026-07-10T10:05:09.4291721Z    Compiling futures-io v0.3.32
2026-07-10T10:05:09.4601390Z    Compiling futures-sink v0.3.32
2026-07-10T10:05:09.4844869Z    Compiling slab v0.4.12
2026-07-10T10:05:09.5119395Z    Compiling futures-task v0.3.32
2026-07-10T10:05:09.5189949Z    Compiling generic-array v0.14.7
2026-07-10T10:05:09.5631170Z    Compiling futures-channel v0.3.32
2026-07-10T10:05:09.5707214Z    Compiling rand_core v0.10.1
2026-07-10T10:05:09.6251269Z    Compiling hashbrown v0.17.1
2026-07-10T10:05:09.6616454Z    Compiling rustversion v1.0.22
2026-07-10T10:05:09.7380641Z    Compiling rustc_version v0.4.1
2026-07-10T10:05:09.7541175Z    Compiling bitflags v2.12.1
2026-07-10T10:05:09.7720778Z    Compiling cpufeatures v0.2.17
2026-07-10T10:05:09.7941002Z    Compiling getrandom v0.4.2
2026-07-10T10:05:09.8283477Z    Compiling fnv v1.0.7
2026-07-10T10:05:09.8465323Z    Compiling cfg_aliases v0.2.1
2026-07-10T10:05:09.9010884Z    Compiling strsim v0.11.1
2026-07-10T10:05:09.9190834Z    Compiling litemap v0.8.2
2026-07-10T10:05:09.9296254Z    Compiling writeable v0.6.3
2026-07-10T10:05:09.9450645Z    Compiling ident_case v1.0.1
2026-07-10T10:05:10.0410770Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T10:05:10.1000564Z    Compiling utf8_iter v1.0.4
2026-07-10T10:05:10.1510541Z    Compiling fs_extra v1.3.0
2026-07-10T10:05:10.2390620Z    Compiling icu_properties_data v2.2.0
2026-07-10T10:05:10.2460180Z    Compiling dunce v1.0.5
2026-07-10T10:05:10.2595113Z    Compiling percent-encoding v2.3.2
2026-07-10T10:05:10.3114017Z    Compiling autocfg v1.5.1
2026-07-10T10:05:10.3571058Z    Compiling http v1.4.1
2026-07-10T10:05:10.3820855Z    Compiling cpufeatures v0.3.0
2026-07-10T10:05:10.4032082Z    Compiling aws-lc-rs v1.17.0
2026-07-10T10:05:10.5600835Z    Compiling thiserror v2.0.18
2026-07-10T10:05:10.6290802Z    Compiling unicode-segmentation v1.13.3
2026-07-10T10:05:10.6690485Z    Compiling indexmap v2.14.0
2026-07-10T10:05:10.6900715Z    Compiling scopeguard v1.2.0
2026-07-10T10:05:10.7070833Z    Compiling chacha20 v0.10.0
2026-07-10T10:05:10.7253187Z    Compiling form_urlencoded v1.2.2
2026-07-10T10:05:10.7381112Z    Compiling syn v2.0.117
2026-07-10T10:05:10.7680431Z    Compiling lock_api v0.4.14
2026-07-10T10:05:10.8184934Z    Compiling untrusted v0.9.0
2026-07-10T10:05:10.8330393Z    Compiling rustls v0.23.40
2026-07-10T10:05:10.8730865Z    Compiling heck v0.5.0
2026-07-10T10:05:10.8856581Z    Compiling atomic-waker v1.1.2
2026-07-10T10:05:10.9320578Z    Compiling unicode-xid v0.2.6
2026-07-10T10:05:10.9870904Z    Compiling anyhow v1.0.102
2026-07-10T10:05:10.9970414Z    Compiling const-oid v0.10.2
2026-07-10T10:05:11.0393144Z    Compiling httparse v1.10.1
2026-07-10T10:05:11.0451215Z    Compiling zerocopy v0.8.50
2026-07-10T10:05:11.0610406Z    Compiling paste v1.0.15
2026-07-10T10:05:11.1400432Z    Compiling crypto-common v0.1.7
2026-07-10T10:05:11.1560713Z    Compiling block-buffer v0.10.4
2026-07-10T10:05:11.1780453Z    Compiling parking_lot_core v0.9.12
2026-07-10T10:05:11.2490765Z    Compiling num-traits v0.2.19
2026-07-10T10:05:11.2735328Z    Compiling hybrid-array v0.4.12
2026-07-10T10:05:11.3191602Z    Compiling digest v0.10.7
2026-07-10T10:05:11.3290645Z    Compiling convert_case v0.10.0
2026-07-10T10:05:11.4140934Z    Compiling jobserver v0.1.34
2026-07-10T10:05:11.4410146Z    Compiling curve25519-dalek v4.1.3
2026-07-10T10:05:11.4701384Z    Compiling http-body v1.0.1
2026-07-10T10:05:11.5060614Z    Compiling ahash v0.8.12
2026-07-10T10:05:11.5131067Z    Compiling powerfmt v0.2.0
2026-07-10T10:05:11.5200550Z    Compiling base64ct v1.8.3
2026-07-10T10:05:11.5820421Z    Compiling fastrand v2.4.1
2026-07-10T10:05:11.6098395Z    Compiling either v1.16.0
2026-07-10T10:05:11.7870406Z    Compiling cc v1.2.63
2026-07-10T10:05:11.8000491Z    Compiling deranged v0.5.8
2026-07-10T10:05:11.8700749Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T10:05:11.8830722Z    Compiling time-core v0.1.8
2026-07-10T10:05:11.8951015Z    Compiling zmij v1.0.21
2026-07-10T10:05:11.9910857Z    Compiling pkg-config v0.3.33
2026-07-10T10:05:12.0371007Z    Compiling tower-service v0.3.3
2026-07-10T10:05:12.0630560Z    Compiling tinyvec_macros v0.1.1
2026-07-10T10:05:12.0760741Z    Compiling base64 v0.22.1
2026-07-10T10:05:12.0890952Z    Compiling num-conv v0.2.2
2026-07-10T10:05:12.1160417Z    Compiling data-encoding v2.11.0
2026-07-10T10:05:12.1320433Z    Compiling vcpkg v0.2.15
2026-07-10T10:05:12.2000728Z    Compiling mio v1.2.1
2026-07-10T10:05:12.2960736Z    Compiling socket2 v0.6.4
2026-07-10T10:05:12.3218430Z    Compiling getrandom v0.2.17
2026-07-10T10:05:12.3880949Z    Compiling try-lock v0.2.5
2026-07-10T10:05:12.5091514Z    Compiling rand_core v0.6.4
2026-07-10T10:05:12.5740479Z    Compiling want v0.3.1
2026-07-10T10:05:12.6272914Z    Compiling rand v0.10.1
2026-07-10T10:05:12.6803815Z    Compiling uuid v1.23.2
2026-07-10T10:05:12.6880297Z    Compiling tinyvec v1.11.0
2026-07-10T10:05:12.7720198Z    Compiling block-buffer v0.12.0
2026-07-10T10:05:12.7930528Z    Compiling parking_lot v0.12.5
2026-07-10T10:05:12.8330612Z    Compiling crypto-common v0.2.2
2026-07-10T10:05:12.9640289Z    Compiling sha2 v0.10.9
2026-07-10T10:05:13.0737266Z    Compiling inout v0.1.4
2026-07-10T10:05:13.2185077Z    Compiling cmake v0.1.58
2026-07-10T10:05:13.2320390Z    Compiling vergen-lib v9.1.0
2026-07-10T10:05:13.2433552Z    Compiling n0-future v0.3.2
2026-07-10T10:05:13.2439988Z    Compiling crossbeam-utils v0.8.21
2026-07-10T10:05:13.2641313Z    Compiling diatomic-waker v0.2.3
2026-07-10T10:05:13.4240894Z    Compiling cordyceps v0.3.4
2026-07-10T10:05:13.4550667Z    Compiling httpdate v1.0.3
2026-07-10T10:05:13.4679322Z    Compiling serde_json v1.0.150
2026-07-10T10:05:13.4810649Z    Compiling winnow v1.0.3
2026-07-10T10:05:13.4884795Z    Compiling parking v2.2.1
2026-07-10T10:05:13.5575294Z    Compiling signature v2.2.0
2026-07-10T10:05:13.6401970Z    Compiling spin v0.10.0
2026-07-10T10:05:13.7159918Z    Compiling ed25519 v2.2.3
2026-07-10T10:05:13.7240624Z    Compiling futures-lite v2.6.1
2026-07-10T10:05:13.7721223Z    Compiling cipher v0.4.4
2026-07-10T10:05:13.7790325Z    Compiling netlink-packet-core v0.8.1
2026-07-10T10:05:13.7940913Z    Compiling universal-hash v0.5.1
2026-07-10T10:05:13.8269853Z    Compiling vergen v9.1.0
2026-07-10T10:05:13.8394367Z    Compiling futures-buffered v0.2.13
2026-07-10T10:05:13.8788750Z    Compiling vergen-lib v0.1.6
2026-07-10T10:05:13.9180692Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T10:05:13.9406486Z    Compiling heapless v0.7.17
2026-07-10T10:05:13.9824580Z    Compiling digest v0.11.3
2026-07-10T10:05:14.0063739Z    Compiling noq-udp v0.10.0
2026-07-10T10:05:14.0523710Z    Compiling sync_wrapper v1.0.2
2026-07-10T10:05:14.0801107Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T10:05:14.1910829Z    Compiling opaque-debug v0.3.1
2026-07-10T10:05:14.2000222Z    Compiling byteorder v1.5.0
2026-07-10T10:05:14.2130499Z    Compiling allocator-api2 v0.2.21
2026-07-10T10:05:14.2720589Z    Compiling polyval v0.6.2
2026-07-10T10:05:14.3418369Z    Compiling spin v0.9.8
2026-07-10T10:05:14.3730948Z    Compiling aws-lc-sys v0.41.0
2026-07-10T10:05:14.3924260Z    Compiling ring v0.17.14
2026-07-10T10:05:14.3997461Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T10:05:14.4250582Z    Compiling hash32 v0.2.1
2026-07-10T10:05:14.4290845Z    Compiling vergen-gitcl v1.0.8
2026-07-10T10:05:14.5110487Z    Compiling tower-layer v0.3.3
2026-07-10T10:05:14.5531046Z    Compiling num_threads v0.1.7
2026-07-10T10:05:14.6430640Z    Compiling signature v3.0.0
2026-07-10T10:05:14.6983206Z    Compiling fallible-iterator v0.3.0
2026-07-10T10:05:14.7201474Z    Compiling ryu v1.0.23
2026-07-10T10:05:14.7355203Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T10:05:14.7381244Z    Compiling time v0.3.47
2026-07-10T10:05:14.7749399Z    Compiling ghash v0.5.1
2026-07-10T10:05:14.7906380Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T10:05:14.8951663Z    Compiling ctr v0.9.2
2026-07-10T10:05:14.9047704Z    Compiling aes v0.8.4
2026-07-10T10:05:14.9484470Z    Compiling fs2 v0.4.3
2026-07-10T10:05:15.0075489Z    Compiling http-body-util v0.1.3
2026-07-10T10:05:15.0669370Z    Compiling aead v0.5.2
2026-07-10T10:05:15.1170280Z    Compiling openssl-probe v0.2.1
2026-07-10T10:05:15.2390218Z    Compiling utf8parse v0.2.2
2026-07-10T10:05:15.2420598Z    Compiling arrayvec v0.7.6
2026-07-10T10:05:15.2900834Z    Compiling crossbeam-channel v0.5.15
2026-07-10T10:05:15.3368925Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T10:05:15.3740606Z    Compiling blake3 v1.8.5
2026-07-10T10:05:15.4520993Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T10:05:15.4960602Z    Compiling aes-gcm v0.10.3
2026-07-10T10:05:15.5060786Z    Compiling netlink-packet-route v0.29.0
2026-07-10T10:05:15.6120570Z    Compiling memoffset v0.6.5
2026-07-10T10:05:15.6611746Z    Compiling acto v0.8.2
2026-07-10T10:05:15.7081039Z    Compiling noq v0.18.0
2026-07-10T10:05:15.7567982Z    Compiling netwatch v0.16.0
2026-07-10T10:05:15.8621277Z    Compiling mac-addr v0.3.0
2026-07-10T10:05:15.8751066Z    Compiling lru-slab v0.1.2
2026-07-10T10:05:15.9121386Z    Compiling rustix v1.1.4
2026-07-10T10:05:16.0297375Z    Compiling tagptr v0.2.0
2026-07-10T10:05:16.0330935Z    Compiling ref-cast v1.0.25
2026-07-10T10:05:16.0423669Z    Compiling rustc-hash v2.1.2
2026-07-10T10:05:16.0773798Z    Compiling synstructure v0.13.2
2026-07-10T10:05:16.0805313Z    Compiling darling_core v0.20.11
2026-07-10T10:05:16.1610686Z    Compiling xml-rs v0.8.28
2026-07-10T10:05:16.1710433Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T10:05:16.3097547Z    Compiling thiserror v1.0.69
2026-07-10T10:05:16.3331228Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T10:05:16.5299817Z    Compiling foldhash v0.2.0
2026-07-10T10:05:16.6094606Z    Compiling identity-hash v0.1.0
2026-07-10T10:05:16.7070751Z    Compiling hashbrown v0.16.1
2026-07-10T10:05:16.7391788Z    Compiling serde_derive_internals v0.29.1
2026-07-10T10:05:17.0090310Z    Compiling netlink-packet-route v0.30.0
2026-07-10T10:05:17.0803102Z    Compiling xmltree v0.10.3
2026-07-10T10:05:17.3141114Z    Compiling proc-macro-crate v3.5.0
2026-07-10T10:05:17.3420688Z    Compiling errno v0.3.14
2026-07-10T10:05:17.5291193Z    Compiling ioctl-rs v0.1.6
2026-07-10T10:05:17.5770858Z    Compiling serial-core v0.4.0
2026-07-10T10:05:17.5930843Z    Compiling termios v0.2.2
2026-07-10T10:05:17.6503159Z    Compiling simple-dns v0.9.3
2026-07-10T10:05:17.6690564Z    Compiling aho-corasick v1.1.4
2026-07-10T10:05:17.7000945Z    Compiling signal-hook v0.3.18
2026-07-10T10:05:17.7613244Z    Compiling simdutf8 v0.1.5
2026-07-10T10:05:17.7800755Z    Compiling winnow v0.7.15
2026-07-10T10:05:17.7980687Z    Compiling toml_write v0.1.2
2026-07-10T10:05:17.8539999Z    Compiling regex-syntax v0.8.10
2026-07-10T10:05:17.8766170Z    Compiling constant_time_eq v0.4.2
2026-07-10T10:05:17.9220963Z    Compiling linux-raw-sys v0.12.1
2026-07-10T10:05:18.0511442Z    Compiling arrayref v0.3.9
2026-07-10T10:05:18.0880708Z    Compiling resolv-conf v0.7.6
2026-07-10T10:05:18.1484185Z    Compiling smol_str v0.1.24
2026-07-10T10:05:18.1742701Z    Compiling sha1_smol v1.0.1
2026-07-10T10:05:18.3335427Z    Compiling serde_derive v1.0.228
2026-07-10T10:05:18.3950749Z    Compiling zeroize_derive v1.4.3
2026-07-10T10:05:18.4683463Z    Compiling tokio-macros v2.7.0
2026-07-10T10:05:18.5005454Z    Compiling zerofrom-derive v0.1.7
2026-07-10T10:05:18.6770777Z    Compiling futures-macro v0.3.32
2026-07-10T10:05:19.0280518Z    Compiling yoke-derive v0.8.2
2026-07-10T10:05:19.1201009Z    Compiling zeroize v1.8.2
2026-07-10T10:05:19.2720608Z    Compiling tokio v1.52.3
2026-07-10T10:05:19.4180887Z    Compiling zerovec-derive v0.11.3
2026-07-10T10:05:19.7699425Z    Compiling futures-util v0.3.32
2026-07-10T10:05:19.8740831Z    Compiling displaydoc v0.2.6
2026-07-10T10:05:20.1290748Z    Compiling tracing-attributes v0.1.31
2026-07-10T10:05:20.2720377Z    Compiling zerofrom v0.1.8
2026-07-10T10:05:20.5101597Z    Compiling rustls-pki-types v1.14.1
2026-07-10T10:05:20.5135903Z    Compiling yoke v0.8.3
2026-07-10T10:05:20.7368545Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T10:05:20.8520939Z    Compiling thiserror-impl v2.0.18
2026-07-10T10:05:20.9100602Z    Compiling zerotrie v0.2.4
2026-07-10T10:05:21.2110268Z    Compiling zerovec v0.11.6
2026-07-10T10:05:21.3971576Z    Compiling darling_macro v0.20.11
2026-07-10T10:05:21.4202957Z    Compiling derive_more-impl v2.1.1
2026-07-10T10:05:21.7340457Z    Compiling n0-error-macros v0.1.3
2026-07-10T10:05:21.8371240Z    Compiling darling v0.20.11
2026-07-10T10:05:21.8498639Z    Compiling spez v0.1.2
2026-07-10T10:05:21.9180605Z    Compiling derive_builder_core v0.20.2
2026-07-10T10:05:22.0217426Z    Compiling tinystr v0.8.3
2026-07-10T10:05:22.0988849Z    Compiling potential_utf v0.1.5
2026-07-10T10:05:22.2729125Z    Compiling icu_locale_core v2.2.0
2026-07-10T10:05:22.2905136Z    Compiling icu_collections v2.2.0
2026-07-10T10:05:22.9672069Z    Compiling der v0.8.0-rc.10
2026-07-10T10:05:22.9690684Z    Compiling pin-project-internal v1.1.13
2026-07-10T10:05:23.2170737Z    Compiling cobs v0.3.0
2026-07-10T10:05:23.2899387Z    Compiling n0-error v0.1.3
2026-07-10T10:05:23.3800810Z    Compiling derive_builder_macro v0.20.2
2026-07-10T10:05:23.5440829Z    Compiling postcard-derive v0.2.2
2026-07-10T10:05:23.7280729Z    Compiling icu_provider v2.2.0
2026-07-10T10:05:23.8201154Z    Compiling derive_builder v0.20.2
2026-07-10T10:05:24.1490693Z    Compiling icu_properties v2.2.0
2026-07-10T10:05:24.2441449Z    Compiling icu_normalizer v2.2.0
2026-07-10T10:05:24.3594437Z    Compiling ipnet v2.12.0
2026-07-10T10:05:24.3650640Z    Compiling futures-executor v0.3.32
2026-07-10T10:05:24.3827816Z    Compiling ed25519-dalek v2.2.0
2026-07-10T10:05:24.6390926Z    Compiling pin-project v1.1.13
2026-07-10T10:05:24.7480691Z    Compiling spki v0.8.0-rc.4
2026-07-10T10:05:24.8191379Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-10T10:05:24.8761213Z    Compiling futures v0.3.32
2026-07-10T10:05:24.9588063Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T10:05:24.9808430Z    Compiling prefix-trie v0.8.4
2026-07-10T10:05:25.1476806Z    Compiling once_cell v1.21.4
2026-07-10T10:05:25.1890023Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T10:05:25.3481051Z    Compiling tracing-core v0.1.36
2026-07-10T10:05:25.4041588Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T10:05:25.4464642Z    Compiling postcard v1.1.3
2026-07-10T10:05:25.5980367Z    Compiling hashbrown v0.14.5
2026-07-10T10:05:25.7821983Z    Compiling idna_adapter v1.2.2
2026-07-10T10:05:25.8733837Z    Compiling tracing v0.1.44
2026-07-10T10:05:25.9214697Z    Compiling tokio-util v0.7.18
2026-07-10T10:05:25.9316496Z    Compiling idna v1.1.0
2026-07-10T10:05:26.0370727Z    Compiling netlink-sys v0.8.8
2026-07-10T10:05:26.2637948Z    Compiling data-encoding-macro v0.1.20
2026-07-10T10:05:26.2790579Z    Compiling tower v0.5.3
2026-07-10T10:05:26.3263644Z    Compiling rustls-native-certs v0.8.4
2026-07-10T10:05:26.3980484Z    Compiling enum-assoc v1.3.0
2026-07-10T10:05:26.5050936Z    Compiling url v2.5.8
2026-07-10T10:05:26.5251641Z    Compiling hashlink v0.9.1
2026-07-10T10:05:26.5701097Z    Compiling strum_macros v0.28.0
2026-07-10T10:05:26.7510886Z    Compiling derive_more v2.1.1
2026-07-10T10:05:26.8477725Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T10:05:26.9072365Z    Compiling async-trait v0.1.89
2026-07-10T10:05:26.9320612Z    Compiling num_enum_derive v0.7.6
2026-07-10T10:05:26.9711037Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T10:05:27.0541204Z    Compiling iroh-relay v0.98.0
2026-07-10T10:05:27.2010639Z    Compiling h2 v0.4.14
2026-07-10T10:05:27.4081382Z    Compiling rusqlite v0.32.1
2026-07-10T10:05:27.4140989Z    Compiling n0-watcher v0.6.1
2026-07-10T10:05:27.4318675Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T10:05:27.4490060Z    Compiling tower-http v0.6.11
2026-07-10T10:05:27.4893489Z    Compiling iroh-metrics v0.38.3
2026-07-10T10:05:27.5806265Z    Compiling iroh-base v0.98.0
2026-07-10T10:05:27.5932142Z    Compiling attohttpc v0.30.1
2026-07-10T10:05:27.6824866Z    Compiling tokio-stream v0.1.18
2026-07-10T10:05:28.0700745Z    Compiling netdev v0.42.0
2026-07-10T10:05:28.1170873Z    Compiling netlink-proto v0.12.0
2026-07-10T10:05:28.1350961Z    Compiling moka v0.12.15
2026-07-10T10:05:28.2410072Z    Compiling toml_datetime v0.6.11
2026-07-10T10:05:28.3061530Z    Compiling num_enum v0.7.6
2026-07-10T10:05:28.4412970Z    Compiling serde_spanned v0.6.9
2026-07-10T10:05:28.4556802Z    Compiling ref-cast-impl v1.0.25
2026-07-10T10:05:28.4721740Z    Compiling thiserror-impl v1.0.69
2026-07-10T10:05:28.5740617Z    Compiling toml_edit v0.22.27
2026-07-10T10:05:28.5885865Z    Compiling webpki-roots v1.0.7
2026-07-10T10:05:28.6550666Z    Compiling regex-automata v0.4.14
2026-07-10T10:05:29.1141207Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-10T10:05:29.3300640Z    Compiling schemars_derive v1.2.1
2026-07-10T10:05:29.5291155Z    Compiling serial-unix v0.4.0
2026-07-10T10:05:29.7346603Z    Compiling lru v0.16.4
2026-07-10T10:05:29.7930553Z    Compiling signal-hook-registry v1.4.8
2026-07-10T10:05:29.9090563Z    Compiling darling_core v0.23.0
2026-07-10T10:05:30.0160748Z    Compiling serde_bytes v0.11.19
2026-07-10T10:05:30.1829633Z    Compiling strum v0.28.0
2026-07-10T10:05:30.3000646Z    Compiling iroh-dns v0.98.0
2026-07-10T10:05:30.3165489Z    Compiling seize v0.5.1
2026-07-10T10:05:30.3380734Z    Compiling hmac v0.12.1
2026-07-10T10:05:30.3541001Z    Compiling iroh v0.98.2
2026-07-10T10:05:30.3914428Z    Compiling pin-utils v0.1.0
2026-07-10T10:05:30.4542365Z    Compiling dyn-clone v1.0.20
2026-07-10T10:05:30.4660983Z    Compiling bitflags v1.3.2
2026-07-10T10:05:30.4847832Z    Compiling cmov v0.5.4
2026-07-10T10:05:30.5340784Z    Compiling rustix v0.38.44
2026-07-10T10:05:30.5999569Z    Compiling papaya v0.2.4
2026-07-10T10:05:30.7530528Z    Compiling nix v0.25.1
2026-07-10T10:05:30.8650795Z    Compiling ctutils v0.4.2
2026-07-10T10:05:30.8739691Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T10:05:30.9270647Z    Compiling hkdf v0.12.4
2026-07-10T10:05:31.0709982Z    Compiling filedescriptor v0.8.3
2026-07-10T10:05:31.1460794Z    Compiling serial v0.4.0
2026-07-10T10:05:31.2390517Z    Compiling backon v1.6.0
2026-07-10T10:05:31.2820787Z    Compiling anstyle-parse v1.0.0
2026-07-10T10:05:31.3331353Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T10:05:31.5371484Z    Compiling anstyle-query v1.1.5
2026-07-10T10:05:31.5800845Z    Compiling toml v0.8.23
2026-07-10T10:05:31.5944857Z    Compiling linux-raw-sys v0.4.15
2026-07-10T10:05:31.6547976Z    Compiling shell-words v1.1.1
2026-07-10T10:05:31.6860132Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T10:05:31.7641338Z    Compiling schemars v1.2.1
2026-07-10T10:05:31.8590574Z    Compiling instability v0.3.12
2026-07-10T10:05:31.8750422Z    Compiling foldhash v0.1.5
2026-07-10T10:05:32.0492675Z    Compiling regex v1.12.3
2026-07-10T10:05:32.0941174Z    Compiling colorchoice v1.0.5
2026-07-10T10:05:32.1324826Z    Compiling downcast-rs v1.2.1
2026-07-10T10:05:32.1978650Z    Compiling anstyle v1.0.14
2026-07-10T10:05:32.2422505Z    Compiling hashbrown v0.15.5
2026-07-10T10:05:32.5550743Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-10T10:05:32.7690589Z    Compiling anstream v1.0.0
2026-07-10T10:05:32.9881887Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-10T10:05:33.1110411Z    Compiling terminal_size v0.4.4
2026-07-10T10:05:33.2393743Z    Compiling vte v0.13.1
2026-07-10T10:05:33.2981233Z    Compiling signal-hook-mio v0.2.5
2026-07-10T10:05:33.4317471Z    Compiling hyper v1.10.1
2026-07-10T10:05:33.5511225Z    Compiling spake2 v0.4.0
2026-07-10T10:05:33.9850716Z    Compiling strum_macros v0.26.4
2026-07-10T10:05:34.0715989Z    Compiling darling_macro v0.23.0
2026-07-10T10:05:34.1301522Z    Compiling itertools v0.13.0
2026-07-10T10:05:34.2430514Z    Compiling sha1 v0.10.6
2026-07-10T10:05:34.4417429Z    Compiling castaway v0.2.4
2026-07-10T10:05:34.4445416Z    Compiling darling v0.23.0
2026-07-10T10:05:34.5101866Z    Compiling static_assertions v1.1.0
2026-07-10T10:05:34.5379616Z    Compiling unicode-width v0.1.14
2026-07-10T10:05:34.5491390Z    Compiling indoc v2.0.7
2026-07-10T10:05:34.5790722Z    Compiling clap_lex v1.1.0
2026-07-10T10:05:34.5836302Z    Compiling doctest-file v1.1.1
2026-07-10T10:05:34.9062408Z    Compiling clap_builder v4.6.0
2026-07-10T10:05:34.9328764Z    Compiling compact_str v0.8.2
2026-07-10T10:05:34.9861198Z    Compiling crossterm v0.28.1
2026-07-10T10:05:35.0934793Z    Compiling interprocess v2.4.2
2026-07-10T10:05:35.4212383Z    Compiling portable-pty v0.8.1
2026-07-10T10:05:35.5051653Z    Compiling lru v0.12.5
2026-07-10T10:05:35.7030717Z    Compiling hyper-util v0.1.20
2026-07-10T10:05:35.8020620Z    Compiling clap_derive v4.6.1
2026-07-10T10:05:36.0038028Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-10T10:05:36.0220570Z    Compiling iana-time-zone v0.1.65
2026-07-10T10:05:36.3031158Z    Compiling unicode-truncate v1.1.0
2026-07-10T10:05:36.3860853Z    Compiling cassowary v0.3.0
2026-07-10T10:05:36.3921610Z    Compiling unicode-width v0.2.0
2026-07-10T10:05:36.4979196Z    Compiling chrono v0.4.45
2026-07-10T10:05:36.6701181Z    Compiling strum v0.26.3
2026-07-10T10:05:36.7000753Z    Compiling nucleo-matcher v0.3.1
2026-07-10T10:05:36.7732761Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-10T10:05:36.7996221Z    Compiling ratatui v0.29.0
2026-07-10T10:05:36.9787931Z    Compiling qrcode v0.14.1
2026-07-10T10:05:36.9971027Z    Compiling tempfile v3.27.0
2026-07-10T10:05:37.9711570Z    Compiling igd-next v0.17.1
2026-07-10T10:05:38.3336654Z    Compiling clap v4.6.1
2026-07-10T10:05:39.4210688Z    Compiling portmapper v0.16.0
2026-07-10T10:05:45.8734033Z    Compiling rustls-webpki v0.103.13
2026-07-10T10:05:48.6245386Z    Compiling tokio-rustls v0.26.4
2026-07-10T10:05:48.6245949Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T10:05:48.6246329Z    Compiling noq-proto v0.17.0
2026-07-10T10:05:48.7877949Z    Compiling hyper-rustls v0.27.9
2026-07-10T10:05:48.7879251Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T10:05:48.7879790Z    Compiling tokio-websockets v0.13.2
2026-07-10T10:05:48.9200812Z    Compiling reqwest v0.13.4
2026-07-10T10:05:50.0382635Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T10:06:06.0174976Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-10T10:06:07.6763181Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-10T10:06:17.0012665Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-10T10:06:22.3342546Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
2026-07-10T10:06:22.3561447Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-10T10:06:22.3574766Z 
2026-07-10T10:06:22.3574888Z running 1 test
2026-07-10T10:06:28.4493828Z test new_brain_serves_against_old_broker ... ok
2026-07-10T10:06:28.4494225Z 
2026-07-10T10:06:28.4494583Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-10T10:06:28.4495115Z 
